home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 12 && _root.windRune >= 13 && this.timey.timer == 100)
- {
- _root.magRune -= 12;
- _root.windRune -= 13;
- this.timey.timer = 0;
- this.timey.timeIt = 0.3 + _root.spe * 0.005;
- if(this.timey.timeIt > 1.5)
- {
- this.timey.timeIt = 1.5;
- }
- this.timey._visible = true;
- _root.spear.active = true;
- _root.spear.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-